home *** CD-ROM | disk | FTP | other *** search
- -- card: 3709 from stack: in
- -- bmap block id: 3917
- -- flags: 0000
- -- background id: 2647
- -- name: Major Scales
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=322 top=307 right=329 bottom=422
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Scale Practice
- ----- HyperTalk script -----
- on mouseUp
- go "Scales"
- end mouseUp
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=208 top=307 right=329 bottom=318
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Key Signatures
- ----- HyperTalk script -----
- on mouseUp
- go "KeySignatures"
- end mouseUp
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=105 top=306 right=328 bottom=205
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Minor Scales
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open to card
- go to card "minor scales" of stack "reference"
- end mouseUp
-